home *** CD-ROM | disk | FTP | other *** search
- on exitFrame me
- window("main").fileName = "main"
- window("main").windowType = member("empty")
- winLeft = the stageRight - 512
- winTop = the stageTop - 384
- winRight = the stageRight + 512
- winBot = the stageTop + 384
- window("main").rect = rect(winLeft, winTop, winRight, winBot)
- open(window("main"))
- end
-